home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-18 | 183.1 KB | 5,732 lines |
- " This information was generated by the primitive maker (primitiveMaker.self).
- Please do not change it manually. -- dmu 12/91 "
-
- " Copyright 1992 Sun Microsystems, Inc. and Stanford University. "
-
- " See the LICENSE file for license information. "
-
- traits xlib display raw _AddSlots: ( |
-
- " display "
-
- ^ xDisplayName: t0 = (
- xDisplayName: t0 IfFail:
- [|:e| ^error: 'xDisplayName: failed: ', e] ).
-
- ^ xDisplayName: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDisplayName_XDisplayName__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: t0 asByteVector IfFail: failBlock
- ]] ).
-
-
- _ defaultScreenOfDisplay = (
- defaultScreenOfDisplayIfFail:
- [|:e| ^error: 'defaultScreenOfDisplay failed: ', e] ).
-
- _ defaultScreenOfDisplayIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'DefaultScreenOfDisplay_DefaultScreenOfDisplay_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib screen deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib screen deadCopy IfFail: failBlock
- ]] ).
-
-
- _ connectionNumber = (
- connectionNumberIfFail:
- [|:e| ^error: 'connectionNumber failed: ', e] ).
-
- _ connectionNumberIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'ConnectionNumber_ConnectionNumber_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- " visual info "
-
- ^ xMatchVisualInfoScreen: t0 Depth: t1 Class: t2 = (
- xMatchVisualInfoScreen: t0 Depth: t1 Class: t2 IfFail:
- [|:e| ^error: 'xMatchVisualInfoScreen:Depth:Class: failed: ', e] ).
-
- ^ xMatchVisualInfoScreen: t0 Depth: t1 Class: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XMatchVisualInfo_wrap_XMatchVisualInfoScreen_Depth_Class__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With:
- xlib xVisualInfo deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger With: t1 asSmallInteger
- With: t2 asSmallInteger With:
- xlib xVisualInfo deadCopy IfFail:
- failBlock
- ]] ).
-
-
- " event handling "
-
- ^ xEventsQueued: t0 = (
- xEventsQueued: t0 IfFail:
- [|:e| ^error: 'xEventsQueued: failed: ', e] ).
-
- ^ xEventsQueued: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XEventsQueued_XEventsQueued__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] ).
-
-
- ^ xPending = (
- xPendingIfFail: [|:e| ^error: 'xPending failed: ', e] ).
-
- ^ xPendingIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XPending_XPending_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ xNextEventInto: t0 = (
- xNextEventInto: t0 IfFail:
- [|:e| ^error: 'xNextEventInto: failed: ', e] ).
-
- ^ xNextEventInto: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XNextEvent_XNextEventInto__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xPeekEventInto: t0 = (
- xPeekEventInto: t0 IfFail:
- [|:e| ^error: 'xPeekEventInto: failed: ', e] ).
-
- ^ xPeekEventInto: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XPeekEvent_XPeekEventInto__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xPutBackEvent: t0 = (
- xPutBackEvent: t0 IfFail:
- [|:e| ^error: 'xPutBackEvent: failed: ', e] ).
-
- ^ xPutBackEvent: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XPutBackEvent_XPutBackEvent__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xCheckType: t0 OfEvent: t1 = (
- xCheckType: t0 OfEvent: t1 IfFail:
- [|:e| ^error: 'xCheckType:OfEvent: failed: ', e] ).
-
- ^ xCheckType: t0 OfEvent: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCheckTypedEvent_XCheckType_OfEvent__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] ).
-
-
- ^ xCheckMask: t0 OfEvent: t1 = (
- xCheckMask: t0 OfEvent: t1 IfFail:
- [|:e| ^error: 'xCheckMask:OfEvent: failed: ', e] ).
-
- ^ xCheckMask: t0 OfEvent: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCheckMaskEvent_XCheckMask_OfEvent__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] ).
-
-
- " synchronization "
-
- ^ xFlush = (
- xFlushIfFail: [|:e| ^error: 'xFlush failed: ', e] ).
-
- ^ xFlushIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFlush_XFlush_glue' Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ xSynchronize: t0 = (
- xSynchronize: t0 IfFail:
- [|:e| ^error: 'xSynchronize: failed: ', e] ).
-
- ^ xSynchronize: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSynchronize_XSynchronize__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSyncDiscardingIf: t0 = (
- xSyncDiscardingIf: t0 IfFail:
- [|:e| ^error: 'xSyncDiscardingIf: failed: ', e] ).
-
- ^ xSyncDiscardingIf: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSync_XSyncDiscardingIf__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 IfFail: failBlock
- ]] .
- self).
-
-
- " gc "
-
- ^ xCreateGCDrawable: t0 ValueMask: t1 Values: t2 = (
- xCreateGCDrawable: t0 ValueMask: t1 Values: t2 IfFail:
- [|:e| ^error: 'xCreateGCDrawable:ValueMask:Values: failed: ', e] ).
-
- ^ xCreateGCDrawable: t0 ValueMask: t1 Values: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreateGC_XCreateGCDrawable_ValueMask_Values__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With:
- xlib graphicsContext deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- (t2 reviveIfFail: [|:e| ^ failBlock value: e])
- With: xlib graphicsContext deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xFreeGC: t0 = (
- xFreeGC: t0 IfFail: [|:e| ^error: 'xFreeGC: failed: ', e] ).
-
- ^ xFreeGC: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFreeGC_XFreeGC__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xGetGCValuesGC: t0 ValueMask: t1 Values: t2 = (
- xGetGCValuesGC: t0 ValueMask: t1 Values: t2 IfFail:
- [|:e| ^error: 'xGetGCValuesGC:ValueMask:Values: failed: ', e] ).
-
- ^ xGetGCValuesGC: t0 ValueMask: t1 Values: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XGetGCValues_wrap_XGetGCValuesGC_ValueMask_Values__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- (t2 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 Foreground: t1 = (
- xSetGC: t0 Foreground: t1 IfFail:
- [|:e| ^error: 'xSetGC:Foreground: failed: ', e] ).
-
- ^ xSetGC: t0 Foreground: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetForeground_XSetGC_Foreground__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 Background: t1 = (
- xSetGC: t0 Background: t1 IfFail:
- [|:e| ^error: 'xSetGC:Background: failed: ', e] ).
-
- ^ xSetGC: t0 Background: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetBackground_XSetGC_Background__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 Function: t1 = (
- xSetGC: t0 Function: t1 IfFail:
- [|:e| ^error: 'xSetGC:Function: failed: ', e] ).
-
- ^ xSetGC: t0 Function: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetFunction_XSetGC_Function__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 PlaneMask: t1 = (
- xSetGC: t0 PlaneMask: t1 IfFail:
- [|:e| ^error: 'xSetGC:PlaneMask: failed: ', e] ).
-
- ^ xSetGC: t0 PlaneMask: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetPlaneMask_XSetGC_PlaneMask__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 LineAttributesWidth: t1 LineStyle: t2 CapStyle:
- t3 JoinStyle: t4 = (
- xSetGC: t0 LineAttributesWidth: t1 LineStyle: t2 CapStyle:
- t3 JoinStyle: t4 IfFail:
- [|:e| ^error: 'xSetGC:LineAttributesWidth:LineStyle:CapStyle:JoinStyle: failed: ', e] ).
-
- ^ xSetGC: t0 LineAttributesWidth: t1 LineStyle: t2 CapStyle:
- t3 JoinStyle: t4 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XSetLineAttributes_XSetGC_LineAttributesWidth_LineStyle_CapStyle_JoinStyle__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: t4 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 Font: t1 = (
- xSetGC: t0 Font: t1 IfFail:
- [|:e| ^error: 'xSetGC:Font: failed: ', e] ).
-
- ^ xSetGC: t0 Font: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetFont_XSetGC_Font__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 GraphicsExposures: t1 = (
- xSetGC: t0 GraphicsExposures: t1 IfFail:
- [|:e| ^error: 'xSetGC:GraphicsExposures: failed: ', e] ).
-
- ^ xSetGC: t0 GraphicsExposures: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XSetGraphicsExposures_XSetGC_GraphicsExposures__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 FillStyle: t1 = (
- xSetGC: t0 FillStyle: t1 IfFail:
- [|:e| ^error: 'xSetGC:FillStyle: failed: ', e] ).
-
- ^ xSetGC: t0 FillStyle: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetFillStyle_XSetGC_FillStyle__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 FillRule: t1 = (
- xSetGC: t0 FillRule: t1 IfFail:
- [|:e| ^error: 'xSetGC:FillRule: failed: ', e] ).
-
- ^ xSetGC: t0 FillRule: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetFillRule_XSetGC_FillRule__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetGC: t0 Stipple: t1 = (
- xSetGC: t0 Stipple: t1 IfFail:
- [|:e| ^error: 'xSetGC:Stipple: failed: ', e] ).
-
- ^ xSetGC: t0 Stipple: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetStipple_XSetGC_Stipple__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xQueryBestStippleWidth: t0 Width: t1 Height: t2 = (
- xQueryBestStippleWidth: t0 Width: t1 Height: t2 IfFail:
- [|:e| ^error: 'xQueryBestStippleWidth:Width:Height: failed: ', e] ).
-
- ^ xQueryBestStippleWidth: t0 Width: t1 Height: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XQueryBestStippleWidth_XQueryBestStippleWidth_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger IfFail: failBlock
- ]] ).
-
-
- ^ xQueryBestStippleHeight: t0 Width: t1 Height: t2 = (
- xQueryBestStippleHeight: t0 Width: t1 Height: t2 IfFail:
- [|:e| ^error: 'xQueryBestStippleHeight:Width:Height: failed: ', e] ).
-
- ^ xQueryBestStippleHeight: t0 Width: t1 Height: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XQueryBestStippleWidth_XQueryBestStippleHeight_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger IfFail: failBlock
- ]] ).
-
-
- " atom "
-
- _ xInternAtom: t0 OnlyIfExists: t1 = (
- xInternAtom: t0 OnlyIfExists: t1 IfFail:
- [|:e| ^error: 'xInternAtom:OnlyIfExists: failed: ', e] ).
-
- _ xInternAtom: t0 OnlyIfExists: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XInternAtom_XInternAtom_OnlyIfExists__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: xlib atom deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asByteVector With: t1 With:
- xlib atom deadCopy IfFail: failBlock
- ]] ).
-
-
- " window "
-
- ^ xCreateSimpleWindowIn: t0 X: t1 Y: t2 Width: t3 Height: t4
- BorderWidth: t5 Border: t6 Background: t7 = (
- xCreateSimpleWindowIn: t0 X: t1 Y: t2 Width: t3 Height: t4
- BorderWidth: t5 Border: t6 Background: t7 IfFail:
- [|:e| ^error: 'xCreateSimpleWindowIn:X:Y:Width:Height:BorderWidth:Border:Background: failed: ', e] ).
-
- ^ xCreateSimpleWindowIn: t0 X: t1 Y: t2 Width: t3 Height: t4
- BorderWidth: t5 Border: t6 Background: t7 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreateSimpleWindow_XCreateSimpleWindowIn_X_Y_Width_Height_BorderWidth_Border_Background__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 With: t9 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 With: xlib window deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: t4 asSmallInteger With:
- t5 asSmallInteger With: t6 asSmallInteger
- With: t7 asSmallInteger With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ xSetWMProtocolOfWindow: t0 Protocol: t1 = (
- xSetWMProtocolOfWindow: t0 Protocol: t1 IfFail:
- [|:e| ^error: 'xSetWMProtocolOfWindow:Protocol: failed: ', e] ).
-
- ^ xSetWMProtocolOfWindow: t0 Protocol: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XSetWMProtocol_wrap_XSetWMProtocolOfWindow_Protocol__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] ).
-
-
- ^ xSetWMNameOfWindow: t0 To: t1 = (
- xSetWMNameOfWindow: t0 To: t1 IfFail:
- [|:e| ^error: 'xSetWMNameOfWindow:To: failed: ', e] ).
-
- ^ xSetWMNameOfWindow: t0 To: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetWMName_XSetWMNameOfWindow_To__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetWMIconNameOfWindow: t0 To: t1 = (
- xSetWMIconNameOfWindow: t0 To: t1 IfFail:
- [|:e| ^error: 'xSetWMIconNameOfWindow:To: failed: ', e] ).
-
- ^ xSetWMIconNameOfWindow: t0 To: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetWMIconName_XSetWMIconNameOfWindow_To__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetWMHintsOfWindow: t0 To: t1 = (
- xSetWMHintsOfWindow: t0 To: t1 IfFail:
- [|:e| ^error: 'xSetWMHintsOfWindow:To: failed: ', e] ).
-
- ^ xSetWMHintsOfWindow: t0 To: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetWMHints_XSetWMHintsOfWindow_To__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetWMNormalHintsOfWindow: t0 To: t1 = (
- xSetWMNormalHintsOfWindow: t0 To: t1 IfFail:
- [|:e| ^error: 'xSetWMNormalHintsOfWindow:To: failed: ', e] ).
-
- ^ xSetWMNormalHintsOfWindow: t0 To: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XSetWMNormalHints_XSetWMNormalHintsOfWindow_To__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSelectInputOfWindow: t0 EventMask: t1 = (
- xSelectInputOfWindow: t0 EventMask: t1 IfFail:
- [|:e| ^error: 'xSelectInputOfWindow:EventMask: failed: ', e] ).
-
- ^ xSelectInputOfWindow: t0 EventMask: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XSelectInput_XSelectInputOfWindow_EventMask__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xMapWindow: t0 = (
- xMapWindow: t0 IfFail:
- [|:e| ^error: 'xMapWindow: failed: ', e] ).
-
- ^ xMapWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMapWindow_XMapWindow__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xRaiseWindow: t0 = (
- xRaiseWindow: t0 IfFail:
- [|:e| ^error: 'xRaiseWindow: failed: ', e] ).
-
- ^ xRaiseWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XRaiseWindow_XRaiseWindow__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xUnmapWindow: t0 = (
- xUnmapWindow: t0 IfFail:
- [|:e| ^error: 'xUnmapWindow: failed: ', e] ).
-
- ^ xUnmapWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XUnmapWindow_XUnmapWindow__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDestroyWindow: t0 = (
- xDestroyWindow: t0 IfFail:
- [|:e| ^error: 'xDestroyWindow: failed: ', e] ).
-
- ^ xDestroyWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDestroyWindow_XDestroyWindow__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xMoveResizeWindow: t0 X: t1 Y: t2 Width: t3 Height: t4 = (
- xMoveResizeWindow: t0 X: t1 Y: t2 Width: t3 Height: t4
- IfFail:
- [|:e| ^error: 'xMoveResizeWindow:X:Y:Width:Height: failed: ', e] ).
-
- ^ xMoveResizeWindow: t0 X: t1 Y: t2 Width: t3 Height: t4
- IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XMoveResizeWindow_XMoveResizeWindow_X_Y_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: t4 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- " cursor "
-
- ^ xWarpPointerSrcWindow: t0 DestWindow: t1 SrcX: t2 SrcY: t3
- SrcWidth: t4 SrcHeight: t5 DestX: t6 DestY: t7 = (
- xWarpPointerSrcWindow: t0 DestWindow: t1 SrcX: t2 SrcY: t3
- SrcWidth: t4 SrcHeight: t5 DestX: t6 DestY: t7
- IfFail:
- [|:e| ^error: 'xWarpPointerSrcWindow:DestWindow:SrcX:SrcY:SrcWidth:SrcHeight:DestX:DestY: failed: ', e] ).
-
- ^ xWarpPointerSrcWindow: t0 DestWindow: t1 SrcX: t2 SrcY: t3
- SrcWidth: t4 SrcHeight: t5 DestX: t6 DestY: t7 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XWarpPointer_XWarpPointerSrcWindow_DestWindow_SrcX_SrcY_SrcWidth_SrcHeight_DestX_DestY__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger With:
- t6 asSmallInteger With: t7 asSmallInteger
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xGrabPointerWindow: t0 OwnerEvents: t1 EventMask: t2
- PointerMode: t3 KeyboardMode: t4 ConfineTo: t5 Cursor:
- t6 Time: t7 = (
- xGrabPointerWindow: t0 OwnerEvents: t1 EventMask: t2
- PointerMode: t3 KeyboardMode: t4 ConfineTo: t5
- Cursor: t6 Time: t7 IfFail:
- [|:e| ^error: 'xGrabPointerWindow:OwnerEvents:EventMask:PointerMode:KeyboardMode:ConfineTo:Cursor:Time: failed: ', e] ).
-
- ^ xGrabPointerWindow: t0 OwnerEvents: t1 EventMask: t2
- PointerMode: t3 KeyboardMode: t4 ConfineTo: t5 Cursor:
- t6 Time: t7 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XGrabPointer_XGrabPointerWindow_OwnerEvents_EventMask_PointerMode_KeyboardMode_ConfineTo_Cursor_Time__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With:
- (t5 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t6 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t7 asSmallInteger IfFail: failBlock
- ]] ).
-
-
- ^ xUngrabPointerTime: t0 = (
- xUngrabPointerTime: t0 IfFail:
- [|:e| ^error: 'xUngrabPointerTime: failed: ', e] ).
-
- ^ xUngrabPointerTime: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XUngrabPointer_XUngrabPointerTime__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDefineCursorWindow: t0 Cursor: t1 = (
- xDefineCursorWindow: t0 Cursor: t1 IfFail:
- [|:e| ^error: 'xDefineCursorWindow:Cursor: failed: ', e] ).
-
- ^ xDefineCursorWindow: t0 Cursor: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDefineCursor_XDefineCursorWindow_Cursor__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xUndefineCursorWindow: t0 = (
- xUndefineCursorWindow: t0 IfFail:
- [|:e| ^error: 'xUndefineCursorWindow: failed: ', e] ).
-
- ^ xUndefineCursorWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XUndefineCursor_XUndefineCursorWindow__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xCreatePixmapCursorSource: t0 Mask: t1 ForegroundColor: t2
- BackgroundColor: t3 X: t4 Y: t5 = (
- xCreatePixmapCursorSource: t0 Mask: t1 ForegroundColor: t2
- BackgroundColor: t3 X: t4 Y: t5 IfFail:
- [|:e| ^error: 'xCreatePixmapCursorSource:Mask:ForegroundColor:BackgroundColor:X:Y: failed: ', e] ).
-
- ^ xCreatePixmapCursorSource: t0 Mask: t1 ForegroundColor: t2
- BackgroundColor: t3 X: t4 Y: t5 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreatePixmapCursor_XCreatePixmapCursorSource_Mask_ForegroundColor_BackgroundColor_X_Y__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: xlib cursor deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t2 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t3 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t4 asSmallInteger With:
- t5 asSmallInteger With:
- xlib cursor deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ xFreeCursor: t0 = (
- xFreeCursor: t0 IfFail:
- [|:e| ^error: 'xFreeCursor: failed: ', e] ).
-
- ^ xFreeCursor: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFreeCursor_XFreeCursor__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- " colormap "
-
- ^ xCreateColormapWindow: t0 Visual: t1 Allocate: t2 = (
- xCreateColormapWindow: t0 Visual: t1 Allocate: t2 IfFail:
- [|:e| ^error: 'xCreateColormapWindow:Visual:Allocate: failed: ', e] ).
-
- ^ xCreateColormapWindow: t0 Visual: t1 Allocate: t2 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreateColormap_XCreateColormapWindow_Visual_Allocate__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With:
- xlib colormap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 With: xlib colormap deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xFreeColormap: t0 = (
- xFreeColormap: t0 IfFail:
- [|:e| ^error: 'xFreeColormap: failed: ', e] ).
-
- ^ xFreeColormap: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFreeColormap_XFreeColormap__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xSetWindow: t0 Colormap: t1 = (
- xSetWindow: t0 Colormap: t1 IfFail:
- [|:e| ^error: 'xSetWindow:Colormap: failed: ', e] ).
-
- ^ xSetWindow: t0 Colormap: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSetWindowColormap_XSetWindow_Colormap__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xQueryColormap: t0 Colors: t1 = (
- xQueryColormap: t0 Colors: t1 IfFail:
- [|:e| ^error: 'xQueryColormap:Colors: failed: ', e] ).
-
- ^ xQueryColormap: t0 Colors: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XQueryColors_wrap_XQueryColormap_Colors__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 IfFail: failBlock
- ]] .
- self).
-
-
- ^ xStoreColormap: t0 Colors: t1 = (
- xStoreColormap: t0 Colors: t1 IfFail:
- [|:e| ^error: 'xStoreColormap:Colors: failed: ', e] ).
-
- ^ xStoreColormap: t0 Colors: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XStoreColors_wrap_XStoreColormap_Colors__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 IfFail: failBlock
- ]] .
- self).
-
-
- ^ xQueryColormap: t0 Color: t1 = (
- xQueryColormap: t0 Color: t1 IfFail:
- [|:e| ^error: 'xQueryColormap:Color: failed: ', e] ).
-
- ^ xQueryColormap: t0 Color: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XQueryColor_XQueryColormap_Color__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xStoreColormap: t0 Color: t1 = (
- xStoreColormap: t0 Color: t1 IfFail:
- [|:e| ^error: 'xStoreColormap:Color: failed: ', e] ).
-
- ^ xStoreColormap: t0 Color: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XStoreColor_XStoreColormap_Color__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- " pixmap "
-
- ^ xCreateBitmapDrawable: t0 Data: t1 Width: t2 Height: t3 = (
- xCreateBitmapDrawable: t0 Data: t1 Width: t2 Height: t3
- IfFail:
- [|:e| ^error: 'xCreateBitmapDrawable:Data:Width:Height: failed: ', e] ).
-
- ^ xCreateBitmapDrawable: t0 Data: t1 Width: t2 Height: t3
- IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreateBitmapFromData_XCreateBitmapDrawable_Data_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With:
- xlib pixmap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asByteVector With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: xlib pixmap deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xCreatePixmap: t0 Width: t1 Height: t2 Depth: t3 = (
- xCreatePixmap: t0 Width: t1 Height: t2 Depth: t3 IfFail:
- [|:e| ^error: 'xCreatePixmap:Width:Height:Depth: failed: ', e] ).
-
- ^ xCreatePixmap: t0 Width: t1 Height: t2 Depth: t3 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCreatePixmap_XCreatePixmap_Width_Height_Depth__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With:
- xlib pixmap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: xlib pixmap deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xFreePixmap: t0 = (
- xFreePixmap: t0 IfFail:
- [|:e| ^error: 'xFreePixmap: failed: ', e] ).
-
- ^ xFreePixmap: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFreePixmap_XFreePixmap__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- " drawing "
-
- ^ xClearWindow: t0 = (
- xClearWindow: t0 IfFail:
- [|:e| ^error: 'xClearWindow: failed: ', e] ).
-
- ^ xClearWindow: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XClearWindow_XClearWindow__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xCopyAreaSrc: t0 Dest: t1 GC: t2 SrcX: t3 SrcY: t4 Width:
- t5 Height: t6 DestX: t7 DestY: t8 = (
- xCopyAreaSrc: t0 Dest: t1 GC: t2 SrcX: t3 SrcY: t4 Width:
- t5 Height: t6 DestX: t7 DestY: t8 IfFail:
- [|:e| ^error: 'xCopyAreaSrc:Dest:GC:SrcX:SrcY:Width:Height:DestX:DestY: failed: ', e] ).
-
- ^ xCopyAreaSrc: t0 Dest: t1 GC: t2 SrcX: t3 SrcY: t4 Width:
- t5 Height: t6 DestX: t7 DestY: t8 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XCopyArea_XCopyAreaSrc_Dest_GC_SrcX_SrcY_Width_Height_DestX_DestY__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 With: t9 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 With: t8 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t2 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t3 asSmallInteger With:
- t4 asSmallInteger With: t5 asSmallInteger
- With: t6 asSmallInteger With:
- t7 asSmallInteger With: t8 asSmallInteger
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ copyBitmap: t0 Dest: t1 GC: t2 Width: t3 Height: t4 DestX:
- t5 DestY: t6 = (
- copyBitmap: t0 Dest: t1 GC: t2 Width: t3 Height: t4 DestX:
- t5 DestY: t6 IfFail:
- [|:e| ^error: 'copyBitmap:Dest:GC:Width:Height:DestX:DestY: failed: ', e] ).
-
- ^ copyBitmap: t0 Dest: t1 GC: t2 Width: t3 Height: t4 DestX:
- t5 DestY: t6 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'kjx_copyBitmap_CopyBitmap_Dest_GC_Width_Height_DestX_DestY__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t2 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t3 asSmallInteger With:
- t4 asSmallInteger With: t5 asSmallInteger
- With: t6 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDrawPoint: t0 GC: t1 X: t2 Y: t3 = (
- xDrawPoint: t0 GC: t1 X: t2 Y: t3 IfFail:
- [|:e| ^error: 'xDrawPoint:GC:X:Y: failed: ', e] ).
-
- ^ xDrawPoint: t0 GC: t1 X: t2 Y: t3 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDrawPoint_XDrawPoint_GC_X_Y__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDrawLine: t0 GC: t1 X1: t2 Y1: t3 X2: t4 Y2: t5 = (
- xDrawLine: t0 GC: t1 X1: t2 Y1: t3 X2: t4 Y2: t5 IfFail:
- [|:e| ^error: 'xDrawLine:GC:X1:Y1:X2:Y2: failed: ', e] ).
-
- ^ xDrawLine: t0 GC: t1 X1: t2 Y1: t3 X2: t4 Y2: t5 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDrawLine_XDrawLine_GC_X1_Y1_X2_Y2__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDrawRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5 = (
- xDrawRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- IfFail:
- [|:e| ^error: 'xDrawRectangle:GC:X:Y:Width:Height: failed: ', e] ).
-
- ^ xDrawRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XDrawRectangle_XDrawRectangle_GC_X_Y_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xFillRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5 = (
- xFillRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- IfFail:
- [|:e| ^error: 'xFillRectangle:GC:X:Y:Width:Height: failed: ', e] ).
-
- ^ xFillRectangle: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XFillRectangle_XFillRectangle_GC_X_Y_Width_Height__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xFillPolygon: t0 GC: t1 Xs: t2 Ys: t3 Shape: t4 Mode: t5 = (
- xFillPolygon: t0 GC: t1 Xs: t2 Ys: t3 Shape: t4 Mode: t5
- IfFail:
- [|:e| ^error: 'xFillPolygon:GC:Xs:Ys:Shape:Mode: failed: ', e] ).
-
- ^ xFillPolygon: t0 GC: t1 Xs: t2 Ys: t3 Shape: t4 Mode: t5
- IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XFillPolygon_wrap_XFillPolygon_GC_Xs_Ys_Shape_Mode__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 With: t3 With: t4 asSmallInteger
- With: t5 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDrawArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 = (
- xDrawArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 IfFail:
- [|:e| ^error: 'xDrawArc:GC:X:Y:Width:Height:StartAngle:EndAngle: failed: ', e] ).
-
- ^ xDrawArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XDrawArc_XDrawArc_GC_X_Y_Width_Height_StartAngle_EndAngle__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger With:
- t6 asSmallInteger With: t7 asSmallInteger
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xFillArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 = (
- xFillArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 IfFail:
- [|:e| ^error: 'xFillArc:GC:X:Y:Width:Height:StartAngle:EndAngle: failed: ', e] ).
-
- ^ xFillArc: t0 GC: t1 X: t2 Y: t3 Width: t4 Height: t5
- StartAngle: t6 EndAngle: t7 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XFillArc_XFillArc_GC_X_Y_Width_Height_StartAngle_EndAngle__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: t7 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asSmallInteger
- With: t5 asSmallInteger With:
- t6 asSmallInteger With: t7 asSmallInteger
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ xDrawString: t0 GC: t1 X: t2 Y: t3 String: t4 = (
- xDrawString: t0 GC: t1 X: t2 Y: t3 String: t4 IfFail:
- [|:e| ^error: 'xDrawString:GC:X:Y:String: failed: ', e] ).
-
- ^ xDrawString: t0 GC: t1 X: t2 Y: t3 String: t4 IfFail:
- failBlock = (
- | myFctObj =
- foreignFct copyName: 'XDrawString_XDrawString_GC_X_Y_String__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With:
- (t1 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t2 asSmallInteger With:
- t3 asSmallInteger With: t4 asByteVector
- IfFail: failBlock
- ]] .
- self).
-
-
- " font "
-
- ^ xQueryFont: t0 = (
- xQueryFont: t0 IfFail:
- [|:e| ^error: 'xQueryFont: failed: ', e] ).
-
- ^ xQueryFont: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XQueryFont_XQueryFont__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: xlib xFontStruct deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: xlib xFontStruct deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xLoadQueryFont: t0 = (
- xLoadQueryFont: t0 IfFail:
- [|:e| ^error: 'xLoadQueryFont: failed: ', e] ).
-
- ^ xLoadQueryFont: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XLoadQueryFont_wrap_XLoadQueryFont__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: xlib xFontStruct deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asByteVector With:
- xlib xFontStruct deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xFreeFont: t0 = (
- xFreeFont: t0 IfFail:
- [|:e| ^error: 'xFreeFont: failed: ', e] ).
-
- ^ xFreeFont: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFreeFont_XFreeFont__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- " image "
-
- ^ xGetImage: t0 X: t1 Y: t2 Width: t3 Height: t4 PlaneMask:
- t5 Format: t6 = (
- xGetImage: t0 X: t1 Y: t2 Width: t3 Height: t4 PlaneMask:
- t5 Format: t6 IfFail:
- [|:e| ^error: 'xGetImage:X:Y:Width:Height:PlaneMask:Format: failed: ', e] ).
-
- ^ xGetImage: t0 X: t1 Y: t2 Width: t3 Height: t4 PlaneMask:
- t5 Format: t6 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XGetImage_XGetImage_X_Y_Width_Height_PlaneMask_Format__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 With: t3 With: t4 With: t5
- With: t6 With: t7 With: t8 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 With: t2 With: t3 With: t4
- With: t5 With: t6 With: xlib xImage deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- With: t1 asSmallInteger With:
- t2 asSmallInteger With: t3 asSmallInteger
- With: t4 asSmallInteger With:
- t5 asSmallInteger With: t6 asSmallInteger
- With: xlib xImage deadCopy IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib window raw _AddSlots: ( |
-
- ^ nullWindow = (
- nullWindowIfFail: [|:e| ^error: 'nullWindow failed: ', e] ).
-
- ^ nullWindowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'NULL_NullWindow_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib window deadCopy IfFail: failBlock ).
-
-
- | )
-
- traits xlib cursor raw _AddSlots: ( |
-
- ^ nullCursor = (
- nullCursorIfFail: [|:e| ^error: 'nullCursor failed: ', e] ).
-
- ^ nullCursorIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'NULL_NullCursor_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib cursor deadCopy IfFail: failBlock ).
-
-
- | )
-
- traits xlib screen raw _AddSlots: ( |
-
- ^ rootWindowOfScreen = (
- rootWindowOfScreenIfFail:
- [|:e| ^error: 'rootWindowOfScreen failed: ', e] ).
-
- ^ rootWindowOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'RootWindowOfScreen_RootWindowOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ defaultVisualOfScreen = (
- defaultVisualOfScreenIfFail:
- [|:e| ^error: 'defaultVisualOfScreen failed: ', e] ).
-
- ^ defaultVisualOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'DefaultVisualOfScreen_DefaultVisualOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib visual deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib visual deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ defaultGCOfScreen = (
- defaultGCOfScreenIfFail:
- [|:e| ^error: 'defaultGCOfScreen failed: ', e] ).
-
- ^ defaultGCOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'DefaultGCOfScreen_DefaultGCOfScreen_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib graphicsContext deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib graphicsContext deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ defaultColormapOfScreen = (
- defaultColormapOfScreenIfFail:
- [|:e| ^error: 'defaultColormapOfScreen failed: ', e] ).
-
- ^ defaultColormapOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'DefaultColormapOfScreen_DefaultColormapOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib colormap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib colormap deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ blackPixelOfScreen = (
- blackPixelOfScreenIfFail:
- [|:e| ^error: 'blackPixelOfScreen failed: ', e] ).
-
- ^ blackPixelOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'BlackPixelOfScreen_BlackPixelOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ whitePixelOfScreen = (
- whitePixelOfScreenIfFail:
- [|:e| ^error: 'whitePixelOfScreen failed: ', e] ).
-
- ^ whitePixelOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'WhitePixelOfScreen_WhitePixelOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ widthOfScreen = (
- widthOfScreenIfFail:
- [|:e| ^error: 'widthOfScreen failed: ', e] ).
-
- ^ widthOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'WidthOfScreen_WidthOfScreen_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ heightOfScreen = (
- heightOfScreenIfFail:
- [|:e| ^error: 'heightOfScreen failed: ', e] ).
-
- ^ heightOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'HeightOfScreen_HeightOfScreen_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ defaultDepthOfScreen = (
- defaultDepthOfScreenIfFail:
- [|:e| ^error: 'defaultDepthOfScreen failed: ', e] ).
-
- ^ defaultDepthOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'DefaultDepthOfScreen_DefaultDepthOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ xScreenNumberOfScreen = (
- xScreenNumberOfScreenIfFail:
- [|:e| ^error: 'xScreenNumberOfScreen failed: ', e] ).
-
- ^ xScreenNumberOfScreenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XScreenNumberOfScreen_XScreenNumberOfScreen_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib xVisualInfo raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XVisualInfo_new_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xVisualInfo deadCopy IfFail: failBlock ).
-
-
- ^ delete = (
- deleteIfFail: [|:e| ^error: 'delete failed: ', e] ).
-
- ^ deleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XVisualInfo_delete_Delete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- | )
-
- traits xlib xFontStruct raw _AddSlots: ( |
-
- ^ xTextWidth: t0 = (
- xTextWidth: t0 IfFail:
- [|:e| ^error: 'xTextWidth: failed: ', e] ).
-
- ^ xTextWidth: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XTextWidth_XTextWidth__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asByteVector IfFail: failBlock
- ]] ).
-
-
- ^ fid = (
- fidIfFail: [|:e| ^error: 'fid failed: ', e] ).
-
- ^ fidIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFontStruct_fid_Fid_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib font deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib font deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ ascent = (
- ascentIfFail: [|:e| ^error: 'ascent failed: ', e] ).
-
- ^ ascentIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFontStruct_ascent_Ascent_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ descent = (
- descentIfFail: [|:e| ^error: 'descent failed: ', e] ).
-
- ^ descentIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFontStruct_descent_Descent_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ maxCharWidth = (
- maxCharWidthIfFail:
- [|:e| ^error: 'maxCharWidth failed: ', e] ).
-
- ^ maxCharWidthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'maxCharWidth_MaxCharWidth_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ maxCharHeight = (
- maxCharHeightIfFail:
- [|:e| ^error: 'maxCharHeight failed: ', e] ).
-
- ^ maxCharHeightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'maxCharHeight_MaxCharHeight_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib xCharStruct raw _AddSlots: ( |
-
- ^ width = (
- widthIfFail: [|:e| ^error: 'width failed: ', e] ).
-
- ^ widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCharStruct_width_Width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ ascent = (
- ascentIfFail: [|:e| ^error: 'ascent failed: ', e] ).
-
- ^ ascentIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCharStruct_ascent_Ascent_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ descent = (
- descentIfFail: [|:e| ^error: 'descent failed: ', e] ).
-
- ^ descentIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCharStruct_descent_Descent_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib xGCValues raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_new_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xGCValues deadCopy IfFail: failBlock ).
-
-
- ^ delete = (
- deleteIfFail: [|:e| ^error: 'delete failed: ', e] ).
-
- ^ deleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_delete_Delete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ function = (
- functionIfFail: [|:e| ^error: 'function failed: ', e] ).
-
- ^ functionIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_function_Function_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ plane_mask = (
- plane_maskIfFail: [|:e| ^error: 'plane_mask failed: ', e] ).
-
- ^ plane_maskIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_plane_mask_Plane_mask_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ foreground = (
- foregroundIfFail: [|:e| ^error: 'foreground failed: ', e] ).
-
- ^ foregroundIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_foreground_Foreground_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ background = (
- backgroundIfFail: [|:e| ^error: 'background failed: ', e] ).
-
- ^ backgroundIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_background_Background_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ line_width = (
- line_widthIfFail: [|:e| ^error: 'line_width failed: ', e] ).
-
- ^ line_widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_line_width_Line_width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ fill_style = (
- fill_styleIfFail: [|:e| ^error: 'fill_style failed: ', e] ).
-
- ^ fill_styleIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_fill_style_Fill_style_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ fill_rule = (
- fill_ruleIfFail: [|:e| ^error: 'fill_rule failed: ', e] ).
-
- ^ fill_ruleIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_fill_rule_Fill_rule_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ graphics_exposures = (
- graphics_exposuresIfFail:
- [|:e| ^error: 'graphics_exposures failed: ', e] ).
-
- ^ graphics_exposuresIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XGCValues_graphics_exposures_Graphics_exposures_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ font = (
- fontIfFail: [|:e| ^error: 'font failed: ', e] ).
-
- ^ fontIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_font_Font_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib font deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib font deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ stipple = (
- stippleIfFail: [|:e| ^error: 'stipple failed: ', e] ).
-
- ^ stippleIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGCValues_stipple_Stipple_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib pixmap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib pixmap deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib xColor raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_new_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xColor deadCopy IfFail: failBlock ).
-
-
- ^ delete = (
- deleteIfFail: [|:e| ^error: 'delete failed: ', e] ).
-
- ^ deleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_delete_Delete_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ pixel = (
- pixelIfFail: [|:e| ^error: 'pixel failed: ', e] ).
-
- ^ pixelIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_pixel_Pixel_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ red = (
- redIfFail: [|:e| ^error: 'red failed: ', e] ).
-
- ^ redIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_red_Red_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ green = (
- greenIfFail: [|:e| ^error: 'green failed: ', e] ).
-
- ^ greenIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_green_Green_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ blue = (
- blueIfFail: [|:e| ^error: 'blue failed: ', e] ).
-
- ^ blueIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_blue_Blue_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ flags = (
- flagsIfFail: [|:e| ^error: 'flags failed: ', e] ).
-
- ^ flagsIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_flags_Flags_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ pixel: t0 = (
- pixel: t0 IfFail: [|:e| ^error: 'pixel: failed: ', e] ).
-
- ^ pixel: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_pixel_Pixel__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ red: t0 = (
- red: t0 IfFail: [|:e| ^error: 'red: failed: ', e] ).
-
- ^ red: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_red_Red__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ green: t0 = (
- green: t0 IfFail: [|:e| ^error: 'green: failed: ', e] ).
-
- ^ green: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_green_Green__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ blue: t0 = (
- blue: t0 IfFail: [|:e| ^error: 'blue: failed: ', e] ).
-
- ^ blue: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_blue_Blue__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ flags: t0 = (
- flags: t0 IfFail: [|:e| ^error: 'flags: failed: ', e] ).
-
- ^ flags: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColor_flags_Flags__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- | )
-
- traits xlib xImage raw _AddSlots: ( |
-
- ^ xGetPixelX: t0 Y: t1 = (
- xGetPixelX: t0 Y: t1 IfFail:
- [|:e| ^error: 'xGetPixelX:Y: failed: ', e] ).
-
- ^ xGetPixelX: t0 Y: t1 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGetPixel_XGetPixelX_Y__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: t1 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger With: t1 asSmallInteger
- IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xEvent raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XEvent_new_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib events xEvent deadCopy IfFail: failBlock ).
-
-
- _ basicDelete = (
- basicDeleteIfFail: [|:e| ^error: 'basicDelete failed: ', e] ).
-
- _ basicDeleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XEvent_delete_BasicDelete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ type = (
- typeIfFail: [|:e| ^error: 'type failed: ', e] ).
-
- ^ typeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XEvent_type_Type_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ asXEvent = (
- asXEventIfFail: [|:e| ^error: 'asXEvent failed: ', e] ).
-
- ^ asXEventIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'asXEvent_AsXEvent_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xany = (
- xanyIfFail: [|:e| ^error: 'xany failed: ', e] ).
-
- ^ xanyIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xany_wrap_Xany_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xAnyEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xAnyEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xbutton = (
- xbuttonIfFail: [|:e| ^error: 'xbutton failed: ', e] ).
-
- ^ xbuttonIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xbutton_wrap_Xbutton_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xButtonEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xButtonEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xclient = (
- xclientIfFail: [|:e| ^error: 'xclient failed: ', e] ).
-
- ^ xclientIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xclient_wrap_Xclient_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xClientMessageEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xClientMessageEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xcolormap = (
- xcolormapIfFail: [|:e| ^error: 'xcolormap failed: ', e] ).
-
- ^ xcolormapIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xcolormap_wrap_Xcolormap_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xColormapEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xColormapEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xconfigure = (
- xconfigureIfFail: [|:e| ^error: 'xconfigure failed: ', e] ).
-
- ^ xconfigureIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xconfigure_wrap_Xconfigure_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xConfigureEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xConfigureEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xcrossing = (
- xcrossingIfFail: [|:e| ^error: 'xcrossing failed: ', e] ).
-
- ^ xcrossingIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xcrossing_wrap_Xcrossing_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xCrossingEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xCrossingEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xexpose = (
- xexposeIfFail: [|:e| ^error: 'xexpose failed: ', e] ).
-
- ^ xexposeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xexpose_wrap_Xexpose_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xExposeEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xExposeEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xgraphicsexpose = (
- xgraphicsexposeIfFail:
- [|:e| ^error: 'xgraphicsexpose failed: ', e] ).
-
- ^ xgraphicsexposeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xgraphicsexpose_wrap_Xgraphicsexpose_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xGraphicsExposeEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xGraphicsExposeEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xkey = (
- xkeyIfFail: [|:e| ^error: 'xkey failed: ', e] ).
-
- ^ xkeyIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xkey_wrap_Xkey_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xKeyEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xKeyEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xmap = (
- xmapIfFail: [|:e| ^error: 'xmap failed: ', e] ).
-
- ^ xmapIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xmap_wrap_Xmap_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xMapEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xMapEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xmotion = (
- xmotionIfFail: [|:e| ^error: 'xmotion failed: ', e] ).
-
- ^ xmotionIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xmotion_wrap_Xmotion_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xMotionEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xMotionEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xnoexpose = (
- xnoexposeIfFail: [|:e| ^error: 'xnoexpose failed: ', e] ).
-
- ^ xnoexposeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xnoexpose_wrap_Xnoexpose_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xNoExposeEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xNoExposeEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xreparent = (
- xreparentIfFail: [|:e| ^error: 'xreparent failed: ', e] ).
-
- ^ xreparentIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xreparent_wrap_Xreparent_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xReparentEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xReparentEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- ^ xunmap = (
- xunmapIfFail: [|:e| ^error: 'xunmap failed: ', e] ).
-
- ^ xunmapIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xunmap_wrap_Xunmap_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xUnmapEvent deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xUnmapEvent deadCopy IfFail:
- failBlock
- ]] ).
-
-
- ^ xvisibility = (
- xvisibilityIfFail: [|:e| ^error: 'xvisibility failed: ', e] ).
-
- ^ xvisibilityIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'get_xvisibility_wrap_Xvisibility_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib events xVisibilityEvent deadCopy
- IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib events xVisibilityEvent deadCopy
- IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xButtonEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ x_root = (
- x_rootIfFail: [|:e| ^error: 'x_root failed: ', e] ).
-
- ^ x_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_x_root_X_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y_root = (
- y_rootIfFail: [|:e| ^error: 'y_root failed: ', e] ).
-
- ^ y_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_y_root_Y_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ state = (
- stateIfFail: [|:e| ^error: 'state failed: ', e] ).
-
- ^ stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_state_State_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ button = (
- buttonIfFail: [|:e| ^error: 'button failed: ', e] ).
-
- ^ buttonIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_button_Button_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XButtonEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xClientMessageEvent raw _AddSlots: ( |
-
- ^ message_type = (
- message_typeIfFail:
- [|:e| ^error: 'message_type failed: ', e] ).
-
- ^ message_typeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XClientMessageEvent_message_type_Message_type_glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib atom deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib atom deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ format = (
- formatIfFail: [|:e| ^error: 'format failed: ', e] ).
-
- ^ formatIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XClientMessageEvent_format_Format_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ atomAt: t0 = (
- atomAt: t0 IfFail: [|:e| ^error: 'atomAt: failed: ', e] ).
-
- ^ atomAt: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XClientMessageEvent_atomAt_wrap_AtomAt__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 With: t2 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 With: xlib atom deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger With:
- xlib atom deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XClientMessageEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xColormapEvent raw _AddSlots: ( |
-
- ^ c_new = (
- c_newIfFail: [|:e| ^error: 'c_new failed: ', e] ).
-
- ^ c_newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColormapEvent_c_new_C_new_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ state = (
- stateIfFail: [|:e| ^error: 'state failed: ', e] ).
-
- ^ stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColormapEvent_state_State_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XColormapEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xConfigureEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XConfigureEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XConfigureEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ width = (
- widthIfFail: [|:e| ^error: 'width failed: ', e] ).
-
- ^ widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XConfigureEvent_width_Width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ height = (
- heightIfFail: [|:e| ^error: 'height failed: ', e] ).
-
- ^ heightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XConfigureEvent_height_Height_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XConfigureEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xCrossingEvent raw _AddSlots: ( |
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCrossingEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCrossingEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XCrossingEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xExposeEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ width = (
- widthIfFail: [|:e| ^error: 'width failed: ', e] ).
-
- ^ widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_width_Width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ height = (
- heightIfFail: [|:e| ^error: 'height failed: ', e] ).
-
- ^ heightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_height_Height_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ count = (
- countIfFail: [|:e| ^error: 'count failed: ', e] ).
-
- ^ countIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_count_Count_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XExposeEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xGraphicsExposeEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGraphicsExposeEvent_x_X_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGraphicsExposeEvent_y_Y_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ width = (
- widthIfFail: [|:e| ^error: 'width failed: ', e] ).
-
- ^ widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGraphicsExposeEvent_width_Width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ height = (
- heightIfFail: [|:e| ^error: 'height failed: ', e] ).
-
- ^ heightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGraphicsExposeEvent_height_Height_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ count = (
- countIfFail: [|:e| ^error: 'count failed: ', e] ).
-
- ^ countIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XGraphicsExposeEvent_count_Count_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xKeyEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_x_X_glue' Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_y_Y_glue' Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ x_root = (
- x_rootIfFail: [|:e| ^error: 'x_root failed: ', e] ).
-
- ^ x_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_x_root_X_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y_root = (
- y_rootIfFail: [|:e| ^error: 'y_root failed: ', e] ).
-
- ^ y_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_y_root_Y_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ state = (
- stateIfFail: [|:e| ^error: 'state failed: ', e] ).
-
- ^ stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_state_State_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ keycode = (
- keycodeIfFail: [|:e| ^error: 'keycode failed: ', e] ).
-
- ^ keycodeIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_keycode_Keycode_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XKeyEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ xLookupStringReturn: t0 = (
- xLookupStringReturn: t0 IfFail:
- [|:e| ^error: 'xLookupStringReturn: failed: ', e] ).
-
- ^ xLookupStringReturn: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XLookupString_wrap_XLookupStringReturn__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asByteVector IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xMapEvent raw _AddSlots: ( |
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMapEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xMotionEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ x_root = (
- x_rootIfFail: [|:e| ^error: 'x_root failed: ', e] ).
-
- ^ x_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_x_root_X_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y_root = (
- y_rootIfFail: [|:e| ^error: 'y_root failed: ', e] ).
-
- ^ y_rootIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_y_root_Y_root_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ state = (
- stateIfFail: [|:e| ^error: 'state failed: ', e] ).
-
- ^ stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_state_State_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ is_hint = (
- is_hintIfFail: [|:e| ^error: 'is_hint failed: ', e] ).
-
- ^ is_hintIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_is_hint_Is_hint_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XMotionEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xNoExposeEvent raw _AddSlots: ( |
-
- | )
-
- traits xlib events xReparentEvent raw _AddSlots: ( |
-
- ^ x = (
- xIfFail: [|:e| ^error: 'x failed: ', e] ).
-
- ^ xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XReparentEvent_x_X_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ y = (
- yIfFail: [|:e| ^error: 'y failed: ', e] ).
-
- ^ yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XReparentEvent_y_Y_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XReparentEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ parent_window = (
- parent_windowIfFail:
- [|:e| ^error: 'parent_window failed: ', e] ).
-
- ^ parent_windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XReparentEvent_parent_Parent_window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xUnmapEvent raw _AddSlots: ( |
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XUnmapEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib events xVisibilityEvent raw _AddSlots: ( |
-
- ^ state = (
- stateIfFail: [|:e| ^error: 'state failed: ', e] ).
-
- ^ stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XVisibilityEvent_state_State_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ window = (
- windowIfFail: [|:e| ^error: 'window failed: ', e] ).
-
- ^ windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XVisibilityEvent_window_Window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib xSizeHints raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XAllocSizeHints_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xSizeHints deadCopy IfFail: failBlock ).
-
-
- ^ delete = (
- deleteIfFail: [|:e| ^error: 'delete failed: ', e] ).
-
- ^ deleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFree_XSizeHints_wrap_Delete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ flags = (
- flagsIfFail: [|:e| ^error: 'flags failed: ', e] ).
-
- ^ flagsIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_flags_Flags_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ min_width = (
- min_widthIfFail: [|:e| ^error: 'min_width failed: ', e] ).
-
- ^ min_widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_min_width_Min_width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ min_height = (
- min_heightIfFail: [|:e| ^error: 'min_height failed: ', e] ).
-
- ^ min_heightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_min_height_Min_height_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ max_width = (
- max_widthIfFail: [|:e| ^error: 'max_width failed: ', e] ).
-
- ^ max_widthIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_max_width_Max_width_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ max_height = (
- max_heightIfFail: [|:e| ^error: 'max_height failed: ', e] ).
-
- ^ max_heightIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_max_height_Max_height_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ flags: t0 = (
- flags: t0 IfFail: [|:e| ^error: 'flags: failed: ', e] ).
-
- ^ flags: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_flags_Flags__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ min_width: t0 = (
- min_width: t0 IfFail:
- [|:e| ^error: 'min_width: failed: ', e] ).
-
- ^ min_width: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_min_width_Min_width__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ min_height: t0 = (
- min_height: t0 IfFail:
- [|:e| ^error: 'min_height: failed: ', e] ).
-
- ^ min_height: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_min_height_Min_height__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ max_width: t0 = (
- max_width: t0 IfFail:
- [|:e| ^error: 'max_width: failed: ', e] ).
-
- ^ max_width: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_max_width_Max_width__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ max_height: t0 = (
- max_height: t0 IfFail:
- [|:e| ^error: 'max_height: failed: ', e] ).
-
- ^ max_height: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XSizeHints_max_height_Max_height__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- | )
-
- traits xlib xWMHints raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XAllocWMHints_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xWMHints deadCopy IfFail: failBlock ).
-
-
- ^ delete = (
- deleteIfFail: [|:e| ^error: 'delete failed: ', e] ).
-
- ^ deleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFree_XWMHints_wrap_Delete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- ^ flags = (
- flagsIfFail: [|:e| ^error: 'flags failed: ', e] ).
-
- ^ flagsIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_flags_Flags_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ input = (
- inputIfFail: [|:e| ^error: 'input failed: ', e] ).
-
- ^ inputIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_input_Input_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ initial_state = (
- initial_stateIfFail:
- [|:e| ^error: 'initial_state failed: ', e] ).
-
- ^ initial_stateIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_initial_state_Initial_state_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ icon_x = (
- icon_xIfFail: [|:e| ^error: 'icon_x failed: ', e] ).
-
- ^ icon_xIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_x_Icon_x_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ icon_y = (
- icon_yIfFail: [|:e| ^error: 'icon_y failed: ', e] ).
-
- ^ icon_yIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_y_Icon_y_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- ^ icon_pixmap = (
- icon_pixmapIfFail: [|:e| ^error: 'icon_pixmap failed: ', e] ).
-
- ^ icon_pixmapIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_pixmap_Icon_pixmap_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib pixmap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib pixmap deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ icon_window = (
- icon_windowIfFail: [|:e| ^error: 'icon_window failed: ', e] ).
-
- ^ icon_windowIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_window_Icon_window_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib window deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib window deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ icon_mask = (
- icon_maskIfFail: [|:e| ^error: 'icon_mask failed: ', e] ).
-
- ^ icon_maskIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_mask_Icon_mask_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: xlib pixmap deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- xlib pixmap deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ flags: t0 = (
- flags: t0 IfFail: [|:e| ^error: 'flags: failed: ', e] ).
-
- ^ flags: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_flags_Flags__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ input: t0 = (
- input: t0 IfFail: [|:e| ^error: 'input: failed: ', e] ).
-
- ^ input: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_input_Input__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 IfFail: failBlock
- ]] .
- self).
-
-
- ^ initial_state: t0 = (
- initial_state: t0 IfFail:
- [|:e| ^error: 'initial_state: failed: ', e] ).
-
- ^ initial_state: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_initial_state_Initial_state__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ icon_x: t0 = (
- icon_x: t0 IfFail: [|:e| ^error: 'icon_x: failed: ', e] ).
-
- ^ icon_x: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_x_Icon_x__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ icon_y: t0 = (
- icon_y: t0 IfFail: [|:e| ^error: 'icon_y: failed: ', e] ).
-
- ^ icon_y: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_y_Icon_y__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asSmallInteger IfFail: failBlock
- ]] .
- self).
-
-
- ^ icon_pixmap: t0 = (
- icon_pixmap: t0 IfFail:
- [|:e| ^error: 'icon_pixmap: failed: ', e] ).
-
- ^ icon_pixmap: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_pixmap_Icon_pixmap__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ icon_window: t0 = (
- icon_window: t0 IfFail:
- [|:e| ^error: 'icon_window: failed: ', e] ).
-
- ^ icon_window: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_window_Icon_window__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- ^ icon_mask: t0 = (
- icon_mask: t0 IfFail:
- [|:e| ^error: 'icon_mask: failed: ', e] ).
-
- ^ icon_mask: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XWMHints_icon_mask_Icon_mask__glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- | )
-
- traits xlib xTextProperty raw _AddSlots: ( |
-
- ^ new = (
- newIfFail: [|:e| ^error: 'new failed: ', e] ).
-
- ^ newIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XTextProperty_new_New_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: xlib xTextProperty deadCopy IfFail: failBlock ).
-
-
- _ freeValue: t0 = (
- freeValue: t0 IfFail:
- [|:e| ^error: 'freeValue: failed: ', e] ).
-
- _ freeValue: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XFree_FreeValue__glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: (t0 reviveIfFail: [|:e| ^ failBlock value: e])
- IfFail: failBlock
- ]] .
- self).
-
-
- _ basicDelete = (
- basicDeleteIfFail: [|:e| ^error: 'basicDelete failed: ', e] ).
-
- _ basicDeleteIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XTextProperty_delete_BasicDelete_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] .
- self).
-
-
- _ value = (
- valueIfFail: [|:e| ^error: 'value failed: ', e] ).
-
- _ valueIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'XTextProperty_value_Value_glue' Path:
- 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: proxy deadCopy IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- proxy deadCopy IfFail: failBlock
- ]] ).
-
-
- ^ xStringToTextProperty: t0 = (
- xStringToTextProperty: t0 IfFail:
- [|:e| ^error: 'xStringToTextProperty: failed: ', e] ).
-
- ^ xStringToTextProperty: t0 IfFail: failBlock = (
- | myFctObj =
- foreignFct copyName:
- 'XStringToTextProperty_wrap_XStringToTextProperty__glue'
- Path: 'xlib_glue.so' IfFail:
- [ ( | copyName: n = (self).
- value: t0 With: t1 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self With: t0 IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) With:
- t0 asByteVector IfFail: failBlock
- ]] ).
-
-
- | )
-
- traits xlib window raw _AddSlots: ( |
-
- ^ getWinId = (
- getWinIdIfFail: [|:e| ^error: 'getWinId failed: ', e] ).
-
- ^ getWinIdIfFail: failBlock = (
- | myFctObj =
- foreignFct copyName: 'kjx_getWinId_GetWinId_glue' Path: 'xlib_glue.so'
- IfFail:
- [ ( | copyName: n = (self).
- value: t0 IfFail: fb = (fb value: 'could not link'). | ) ]
- |
-
- myFctObj value: self IfFail:
-
- [|:e| ('badTypeError' isPrefixOf: e)
- || ['deadProxyError' isPrefixOf: e]
- ifFalse: [^failBlock value: e]
- True: [
- myFctObj value: ( reviveIfFail: [|:e| ^ failBlock value: e]) IfFail:
- failBlock
- ]] ).
-
-
- | )
-
-
-